net.onlyValuesCtx.Deadline (method, view implemented interface methods)
9 uses
net (current package)
dial.go#L203: if d, ok := ctx.Deadline(); ok {
dial.go#L481: if d, ok := ctx.Deadline(); !ok || deadline.Before(d) {
dial.go#L619: if deadline, hasDeadline := ctx.Deadline(); hasDeadline {
dnsclient_unix.go#L188: if d, ok := ctx.Deadline(); ok && !d.IsZero() {
fd_unix.go#L88: if deadline, hasDeadline := ctx.Deadline(); hasDeadline {
net/http
client.go#L308: d, ok := ctx.Deadline()
socks_bundle.go#L32: if deadline, ok := ctx.Deadline(); ok && !deadline.IsZero() {
context
context.go#L72: Deadline() (deadline time.Time, ok bool)
context.go#L622: if cur, ok := parent.Deadline(); ok && cur.Before(d) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |